home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / gyroball.swf / scripts / frame_8 / PlaceObject2_74_209 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2007-03-22  |  320 b   |  20 lines

  1. onClipEvent(enterFrame){
  2.    _root.steuerung();
  3.    if(_root.ball_stuck == "1")
  4.    {
  5.       _root.ballAway();
  6.    }
  7.    _root.ball_stuck = 1;
  8.    this._x += xmove;
  9.    this._y += ymove;
  10.    _root.ballmover();
  11.    if(0 < sprungzaehler)
  12.    {
  13.       _root.ball_sprung();
  14.    }
  15.    else
  16.    {
  17.       sprung = 0;
  18.    }
  19. }
  20.